←Select platform

SendNActionRequest<TQuery> Method

Summary

Sends the N action request to the specified scp.

Syntax

C#
VB
C++
public DicomCommandStatusType SendNActionRequest<TQuery>( 
   DicomScp Scp, 
   TQuery Query, 
   int action, 
   string instance 
) 
  
Public Overloads Function SendNActionRequest(Of TQuery)( _ 
   ByVal Scp As Leadtools.Dicom.Scu.DicomScp, _ 
   ByVal Query As TQuery, _ 
   ByVal action As Integer, _ 
   ByVal instance As String _ 
) As Leadtools.Dicom.DicomCommandStatusType 
public: 
Leadtools.Dicom.DicomCommandStatusType SendNActionRequestgeneric<typename TQuery> 
(  
   Leadtools.Dicom.Scu.DicomScp^ Scp, 
   _TQuery^_ Query, 
   int action, 
   String^ instance 
)  

Parameters

Scp
The peer connection to send the N-ACTION request to.

Query
Holds information specific to the N-ACTION request.

action
The action to be performed.

instance
The instance to be affected by this request.

Type Parameters

TQuery
The type of the query.

Return Value

The status of the operation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly